Websydian v6.1 online documentationOnline documentation - WebsydianExpress v3.5

Installing the WebsydianExpress for Java database on the Microsoft SQL Server

This document describes the steps for you to complete in order to successfully install the WebsydianExpress for Java on a Microsoft SQL Server 2005 or 2008.

 

Create WebsydianExpress for Java database, tables and views

Execute the database installation program SetupDB.exe located in the subdirectory named \database\MSSQL in the directory where you installed WebsydianExpress files in step 3.

  1. Press the Next button
  2. On the database server dialog enter the following information and press the Next button
  3. Keep the default settings of the "WebsydianExpress Database Options" and press the Next button
  4. Press the Install button.

Enable TCP/IP protocol for the SQL Server

  1. Open the SQL Server Configuration Manager installed with the Microsoft SQL Server
  2. Expand the SQL Server 2005 Network Configuration and select the Protocols for SQLEXPRESS
  3. On the right pane right click the TCP/IP and select Enable

Enable SQL authentication

  1. Open the Microsoft SQL Server Management Studio Express installed with the Microsoft SQL Server.
  2. Select the Security page on the left
  3. Check the SQL Server and Windows Authentication mode

Create database user to be used by WebsydianExpress for Java

  1. In the Microsoft SQL Server Management Studio Express expand Security and right click Logins and click New Login
  2. Fill in the following information
  3. On the right select the page User Mapping
  4. Locate the database of WebsydianExpress30 java and check the checkbox to the left under Map
  5. In the bottom window select db_owner
  6. Press OK and the new user is created with the correct authorization for the WebsydianExpress for Java database
  7. Close the Microsoft SQL Server Management Studio Express and start it again. Login using the new user making sure that you select SQL Server Authentication in the Authentication drop down and specify the password for the user created.